Clean up a leak in a test
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 May 2020 21:13:26 +0000 (17:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 11 May 2020 12:15:55 +0000 (08:15 -0400)
commit1b8a025a5f64d785d53016526795a434b49780f6
tree6c3f11f6730d72898acd3a600a9354eb6a28e4f4
parentd7985272909c24024940d8f73a70e98fdea56696
Clean up a leak in a test

One of the treeview tests was calling gtk_widget_destroy
on a child instead of the toplevel, which leaks the toplevel
unnecessarily. Plus, we're moving towards allowing destroy
only on toplevels.
testsuite/gtk/treeview.c